CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数字图像 膨胀 腐蚀

搜索资源列表

  1. VCPP-ImageProcess

    0下载:
  2. 代码实现对bmp图像的各种处理,包括:3种平滑处理、3种锐化处理、边缘增强(垂直、水平,东、南、西、北,东北,西北,东南,西南,和3种拉普拉斯方法),5种边缘检测的方法,中值滤波去噪,艺术效果(油画、浮雕),快速傅里叶变换,余弦变换,沃尔什—哈大吗变换,腐蚀膨胀,开闭操作,边缘提取,细化等功能。不错的VC++数字图像处理的代码,值得一看!-Bmp image code on a variety of processing, including: three kinds of smoothing,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5143624
    • 提供者:王卫
  1. algorithms--and-erosion

    0下载:
  2. 数字图像处理 膨胀和腐蚀算法的实现,数字图像处理 膨胀和腐蚀算法的实现-Digital image processing algorithms to achieve dilation and erosion
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:767
    • 提供者:盼盼
  1. Dilation-Erosion

    0下载:
  2. 改进腐蚀,膨胀算法,matlab数字图像处理的快速高效算法-A very fast implementation of dilating and eroding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:45358
    • 提供者:liuyiqing
  1. Morph

    0下载:
  2. 用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.-Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:76583
    • 提供者:Twinner
  1. Imagefft

    0下载:
  2. 轮廓提取,实现数字图像的轮廓提取,二值化,腐蚀膨胀等等,用到opencv-contour extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1354
    • 提供者:王鹏
  1. exp1-morphology

    0下载:
  2. 数字图像处理,opencv形态学运算,包括腐蚀膨胀,开闭运算。-Digital image processing the opencv morphological operations, including corrosion expansion, opening and closing operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1827571
    • 提供者:王奇特
  1. grayscaleops_m

    0下载:
  2. 实现了灰度图像的膨胀与腐蚀算法,达到了至少3倍速度的提高。大家都知道图像的膨胀与腐蚀常被用在数字图像重构中,非常有用处的算法。-The expansion of the gray image and corrosion algorithm to achieve at least three times the speed increases. We all know that image expansion and corrosion are often used in digital imag
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4120
    • 提供者:andy
  1. fushipengzhang

    0下载:
  2. 数字图像处理中的腐蚀与膨胀算法源代码,效果很好-The corrosion expansion algorithm source code in digital image processing, the effect is very good
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:182102
    • 提供者:tanhao
  1. railway

    0下载:
  2. 数字图像处理 根据所给刹车盘图片 进行裂纹的监测 有膨胀腐蚀均值中值滤波等 -Expansion mean median filtering corrosion monitoring of digital image processing according to the cracks on the brake disc images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:3706831
    • 提供者:puppyandbunny
  1. 07

    0下载:
  2. 对二值图像进行腐蚀膨胀,对灰度图像进行腐蚀膨胀,形态学处理,顶帽操作,水漫操作等数字图像处理基本操作等。-Value of two images corrosion expansion, on the gray image corrosion expansion, morphological processing, top hat, water operations such as digital image processing basic operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:4360114
    • 提供者:陈耀武
  1. Digital-Image-Processing

    1下载:
  2. 数字图像处理,包括对图像进行灰度化处理,图像变换(平移、缩小、放大),图像增强(平滑、锐化),图像的形态学处理(腐蚀,膨胀,开运算,闭运算)。-Digital Image Processing, gray scale processing including image, image transformations (translation, zoom out, zoom), image enhancement (smoothing, sharpening), image morphologic
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:5502
    • 提供者:杨静
  1. image-process-fundation

    0下载:
  2. 本书主要讲述了Visual c++数字图像处理典型算法及实现。全书共12章,分别介绍了数字图像编程基础、图像感知与获取、图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分割、图像配准、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。 目录 第1章 Visual C++数字图像编程基础 1.1数字图像处理概述 1.2图像
  3. 所属分类:Graph program

    • 发布日期:2017-11-01
    • 文件大小:91395
    • 提供者:杨天表
  1. simulate

    0下载:
  2. 设计主要涉及了数字图像处理中形态学图像处理的相关知识,如膨胀、腐蚀、开闭运算及测地腐蚀、测地膨胀等内容。-Mainly involved in the design of the knowledge of morphological image processing digital image processing, such as expansion, corrosion, opening and closing computing geodesic corrosion geodesic ex
  3. 所属分类:Graph program

    • 发布日期:2017-11-25
    • 文件大小:942
    • 提供者:黄凯
  1. E10640113

    0下载:
  2. 简单的数字图像处理,直方图均衡化、腐蚀、膨胀、开闭运算、区域生长-Simple digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5163708
    • 提供者:李超华
  1. DIP0901

    0下载:
  2. 自编写数字图像形态学处理的基本操作,包括膨胀、腐蚀、轮廓提取。-Since the preparation of digital image processing of the basic morphological operations, including expansion, corrosion, contour extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:4114
    • 提供者:李宝林
  1. Morphology

    0下载:
  2. 数字图像处理的形态学处理,响应菜单命令的腐蚀膨胀运算和开运算闭运算函数。 开发环境:vs2010+opencv。-Morphological processing digital image processing, response corrosion dilation of menu commands and open-op closing operation functions. Development Environment: vs2010+opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:787
    • 提供者:冯泽
  1. Matlab-GUI-tuxiangchulixitong

    1下载:
  2. 本设计完成实现由杨帆编著的数字图像处理与分析(第二版)书中的第六章—数学形态学及其应用中的相关功能:对图像进行腐蚀和膨胀,对图像进行形态学滤波以及骨架提取。-The design is completed implemented by Yang Fan edited digital image processing and anal
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:58370
    • 提供者:konghao
  1. xintaixue

    0下载:
  2. 在此程序中包含数字图像处理中图像的腐蚀和膨胀的功能-Include digital image processing functions erosion and dilation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10914816
    • 提供者:陈星
  1. Opencv--tuxiangpengzhang

    0下载:
  2. 在数字图像处理中,图像的形态学变换占有很重要的地位。基本的形态转换就是膨胀和腐蚀。-In digital image processing, image morphological transformation occupies a very important position. The basic form of the conversion is the expansion and corrosion
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:26831872
    • 提供者:zxinxin
  1. GUI

    0下载:
  2. MATLAB编写的一个数字图像处理GUI界面,可以对图像进行处理,完成图像的二值化,边缘化,已经膨胀,腐蚀,开运算,闭运算,噪声滤除,保存图像等。-MATLAB prepared a digital image processing GUI interface, the images can be processed, to complete the image binarization, marginalization, has been expanded, corrosion, openin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2989
    • 提供者:申继鹏
« 1 2 3 45 »
搜珍网 www.dssz.com